get Tile Region Geometry
open fun getTileRegionGeometry(@NonNull() id: String, @NonNull() callback: TileRegionGeometryCallback)
Content copied to clipboard
Returns a tile region's associated geometryThe region associated geometry is provided by the client and it represents the area, which the tileregion must cover. The actual regional geometry depends on the tiling scheme and might exceed theassociated geometry.Note: The user-provided callbacks will be executed on a TileStore-controlled worker thread;it is the responsibility of the user to dispatch to a user-controlled thread.
Parameters
id
The tile region id.
callback
The result callback.